home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / mcu332 / 332-101.arc / N.HLP < prev    next >
Text File  |  1990-01-06  |  1KB  |  24 lines

  1.  
  2.                 SAVE Memory command.
  3.  
  4.         The SAVE Memory command reads an area of memory from your M68332EVS
  5. and saves that data in a DOS file on your disk. The SAVE memory command
  6. saves data in S-record format. It uses the S3-S7 format.
  7.  
  8.         Upon activation, this command asks for the starting, ending, and
  9. execution address of the data you wish to save. S-Records are created for
  10. the data beginning at the start address thru the ending address. The
  11. execution address is written into tha address field of the final (S7) record.
  12. The starting address must be word aligned, that is, it must be an "Even" number.
  13. After receiving valid Hex-decimal addresses, this command prompts you for
  14. the name of a DOS file into which the S-Record data is placed. This must be
  15. a valid DOS filename. If no such file exists, it will be created. If it
  16. already exists, it will be overwritten.
  17.  
  18.         Please note that the DOS file will be created (written) in the
  19. directory described by the file COUGAR.CFG. The fourth entry in the COUGAR.CFG
  20. file points to the Upload / Download directory.
  21.  
  22. %END
  23. N.HLP
  24.